libkovan  1
The kovan standard library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
util.h File Reference

Utility methods. More...

#include "export.h"

Go to the source code of this file.

Functions

EXPORT_SYM void msleep (long msecs)
 
EXPORT_SYM unsigned long systime ()
 
EXPORT_SYM double seconds ()
 

Detailed Description

Utility methods.

Author
Braden McDorman

Function Documentation

EXPORT_SYM void msleep ( long  msecs)

Sleeps for a given number of milliseconds.

Parameters
msecsThe number of milliseconds to sleep.
This function is blocking.
EXPORT_SYM double seconds ( )
EXPORT_SYM unsigned long systime ( )